home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Shared Code / Reusable Source / drawutil.h < prev    next >
Encoding:
Text File  |  1995-06-14  |  801 b   |  19 lines  |  [TEXT/MMCC]

  1. Boolean HasColorQD (void);
  2. void SetPortTextStyle (TextStyle *style);
  3. void GetPortTextStyle (TextStyle *style);
  4. void DrawGrayRect (Rect *r);
  5. void DrawGrayRoundRect (Rect *r, short ovalWidth, short ovalHeight);
  6. void DrawColorPict (short colorID, short bwID, Rect *r);
  7. void FillColorPoly (PolyHandle poly, RGBColor *color, ConstPatternParam pat);
  8. void FrameGrayPoly (PolyHandle poly);
  9. void FillColorRect (Rect *r, RGBColor *color, ConstPatternParam pat);
  10. void FillGrayRect (Rect *r);
  11. void ComplementRgn (RgnHandle rgn);
  12. void LocalToGlobalRect (Rect *r);
  13. void GlobalToLocalRect (Rect *r);
  14. void LocalToGlobalRgn (RgnHandle rgn);
  15. void GlobalToLocalRgn (RgnHandle rgn);
  16. Boolean GetFontNumber (Str255 fontName, short *fontNum);
  17. short GetFontLineHeight (WindowPtr wind);
  18. void OutlineRegion (RgnHandle theRgn);
  19.